home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / editor / gx004.zip / GETEX.CFG < prev    next >
Text File  |  1996-07-05  |  1KB  |  37 lines

  1. begincfg
  2. e:\fido\logs\this.log
  3. c:\txtfiles\that.log
  4. string number one
  5. yes
  6. string numbertwo
  7. no
  8. all
  9. endcfg
  10.  
  11.  
  12. -----------------------------------
  13. The config file works like this:
  14.  
  15. line#1: contains the word 'begincfg'
  16. line#2: [[drive:]\path\]filename of the input file to be scanned
  17. line#3: [[drive:]\path\]filename of the output file (if the output file
  18.         already exists, it will be appended to)
  19. line#4: beginning string to look for in the input file. everything between
  20.         this string, and the ending string listed on line #6 will be
  21.         written to the output file.
  22. line#5: should the output file include the line where the beginning string
  23.         was found? (yes/no)
  24. line#6: ending string
  25. line#7: should the output file include the line where the ending string was
  26.         found? (yes/no)
  27. line#8: contains either the keyword 'first' or 'all'. if 'first', getex
  28.         will only write to the output file the first occurance of the set
  29.         of lines between the beginning and ending strings. if 'all', getex
  30.         will write all occurances to the output file.
  31. line#9: contains the word 'endcfg', nothing in the config file after this
  32.         means anything, so you can keep comments below this line.
  33.  
  34. Enjoy!
  35.  
  36. Dana at 1:138/179 or crom@eskimo.com
  37.